
body {
  margin: 0;
  font-family: "Raleway", sans-serif;
  scroll-behavior: smooth;
}
.TR-header .navbar  {
    /* background-color: #383838; */
  background-color: #000000;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  inline-size: 100%;
  transition: top 0.2s;
  backdrop-filter: blur(14px);
  background: rgba(11, 13, 16, 0.78);
  border-bottom: 1px solid var(--border);
}

/* main {
  margin-block-start: 74px; 
} */
.TR-header nav {
  padding: 15px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
nav .logo {
  display: flex;
  align-items: center;
  padding: .75rem;
}
.navbar-brand img {
  max-inline-size: 110px;
  inline-size: 100%;
  block-size: auto;
  cursor: pointer;
}
nav .nav {
  align-items: center;
}
nav .nav-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding-inline-start: 24px;
}
nav .nav-list li {
  cursor: pointer;
}
nav .nav-list li a {
  text-decoration: none;
  color: rgb(255 255 255 / 75%);
  font-weight: 400;
  padding: 4px 8px;
  line-height: 18.2px;
  letter-spacing: 0.6px;
  font-size: 14px;
  cursor: pointer;
}

nav ul li a:hover {
  color: #ffffff;
}
nav .nav-list li.active a {
  color: #ffffff;
  border-block-end: 4px solid #ffffff;
  padding: 0;
  padding-block-end: 20px;
}
.user-icon  {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.user-icon .header-icon {
  cursor: pointer;
  color: #ffffffbf;
  display: flex;
  align-items: center;
  justify-content: center;
  block-size: 44px;
  inline-size: 44px;
}
.user-icon .user-name {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
}
.user-icon .header-icon .icon {
  inline-size: 18px;
  block-size: 18px;
  vertical-align: middle;
  color: #ffffffbf;
  cursor: pointer;
}
.user-icon .header-icon .icon path {
  fill: #ffffffbf;
  cursor: pointer;
}
.user-icon .header-icon:hover .icon path {
  fill: #ffffff;
}
.user-icon .header-icon:hover .icon, .user-icon .header-icon:hover {
  fill: #ffffff;
  color: #ffffff;
}
.user-icon.mob-user-icon {
  display: block;
  padding: 20px;
  position: absolute;
  bottom: 0;
  inline-size: 100%;
  z-index: 2;
  background: #ffffff08;
}
.user-icon.mob-user-icon a {
  color: #ffffffbf;
  text-decoration: none;
}
.user-icon.mob-user-icon a:hover {
  color: #ffffff;
}
.menu-bar {   
  cursor: pointer;
}

.menu-bar .line {
  inline-size: 25px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
}
.menu-bar-active {
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  transform: rotate(45deg);
}

.menu-bar-active .line:nth-child(2) {
  inline-size: 0px;
}

.menu-bar-active .line:nth-child(1),
.menu-bar-active .line:nth-child(3) {
  transition-delay: 0.3s;
}

.menu-bar-active .line:nth-child(1) {
  transform: translateY(12px);
}

.menu-bar-active .line:nth-child(3) {
  transform: translateY(-5px) rotate(90deg);
}

.menubar {
  position: absolute;
  top: 71px;
  left: -60%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  inline-size: 60%;
  block-size: calc(100vh - 71px);
  padding: 56px 0;
  background-color: #383838;
  transition: all 0.5s ease-in;
  z-index: 2;
}

.active {
  left: 0;
}
.menubar.active {
  display: block;
}
.mobile-view.mobile-bg {

  transition: all 0.5s ease-in;
}
.mobile-view.mobile-bg::before {
  content: "";
  top: 72px;
  left: 0;
  height: calc(100vh - 72px);
  inline-size: 100%;
  display: block;
  position: absolute;
  background: #ffffff80;
}
.menubar ul {
  padding: 0;
  list-style: none;
  inline-size: 100%;
}
.menubar ul li {
  
  text-decoration: none;
 
}

.menubar ul li a {
  display: inline-block;
  inline-size: 100%;
  padding: 11px 32px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 400;
}

.menubar ul li a:hover {
  background-color: rgb(255 255 255 / 4%);
}
.mobile-view {
  display: none;
}

.hero-section {
  position: relative;
  height: 100%;
  /* max-block-size: 520px; */
  min-block-size: 420px;
  text-align: left;
  color: white;
  padding-block: 60px;
}
.hero-section::after {
content: '';
position: absolute;
top: 0;
left: 0;
inline-size: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  inline-size: 100%;
  height: 100%;
}

.overlay img {
display: block;
max-inline-size: 100%;
position: absolute;
top: 0;
left: 0;
height: 100%;
inline-size: 100%;
object-position: 53.5565% 4.1319%;
object-fit: cover;
}

.content {
  max-inline-size: 1200px;
  margin: auto;
  padding-inline: 50px;
  
display: flex;
justify-content: space-between;
align-items: flex-start;
}
.hero-section .content .content-body {
position: relative;
max-inline-size: 680px;
min-inline-size: 450px;
padding: 35px;
z-index: 9;
}
h1 {
font-family: "Raleway", sans-serif;
font-size: 40px;
font-weight: 700;
line-height: 52px;
letter-spacing: 0.6px;
}
.hero-section .content .content-body p {
margin-block-start: 10px;
color: #ffffffb3;
font-family: "Raleway", sans-serif;
font-size: 18px;
font-weight: 400;
letter-spacing: 0.6px;  
line-height: 32.4px;
}
.feature {
padding-block-start: 40px;
}
.text-content {
inline-size: 67%;
padding: 60px 70px 70px;
}
.image-content {
inline-size: 33%;
min-block-size: 100%;
block-size: 755px;
position: relative;
z-index: 1;
}
.image-content img {
display: block;
max-inline-size: 100%;
position: absolute;
top: 0;
right: 0;
height: 100%;
inline-size: 100%;
object-fit: cover;
}
.image-content.large-view {
block-size: 1150px;
}
ul {
list-style-type: disc;
padding-left: 20px;
margin-block: 20px;
}
ul li {
font-size: 18px;
line-height: 32.4px;
letter-spacing: 0.6px;
color: #121212b3;
}
a {
color: #121212d9;
text-underline-offset: 3px;
}
a:hover {
color: #121212;
text-decoration-thickness: 2px;
}
.trockio_how-it-works {
margin-block-end: 20px;
}
.learn-more {
padding-block: 40px;
}
.learn-more p {
font-weight: 500;
font-size: 18px;
line-height: 32.4px;
letter-spacing: 0.6px;
}
.body-scroll {
overflow: hidden;
}
footer {
  border-top: 1px solid #dfe3eb;
}
footer span, footer a {
  font-size: 14px;
  line-height: 24px;
}
.TR-policy .container {
  margin: 0 auto;
  padding-inline: 20px;
  max-width: 1110px;
  padding-block-start: 36px;
}
 /* h1 {
  font-size: 33px;
  margin-block-start: 0;
  margin-block-end: 22px;
  font-family: Raleway,sans-serif;
  color: #121212bf;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
} */
p {
  color: #121212bf;
  font-size: 16px;
  line-height: 28.8px;
  letter-spacing: 0.6px;
  font-family: Raleway,sans-serif;
}
@media screen and (max-width: 1200px) {
.image-content.large-view {
  block-size: 1250px;
}
}
@media screen and (max-width: 1024px) {
.image-content.feature-img {
  block-size: 870px;
}
.image-content.large-view {
  block-size: 1380px;
}

}
@media screen and (max-width: 991px) {
  nav .nav-list {
      display: none;
  }  
  .mobile-view {
      display: block;
    } 
    .text-content {
      padding: 40px;
    }
   
}

@media screen and (min-width: 750px) and (max-width: 870px) {
  .image-content.feature-img {
    block-size: 950px;
  }
  .image-content.large-view {
    block-size: 1640px;
  }
}

@media screen and (max-width: 750px) {
 
  .user-icon {
      display: none;
  }
  .content {
    flex-wrap: wrap;
    padding-inline: 30px;
  }
  .text-content {
    inline-size: 100%;
    order: 2;
  }
 .image-content {
  inline-size: 100%;
 }
 .image-content.large-view {
  block-size: 192px;
 }
 .image-content.feature-img {
  order: 1;
 }
 h1 {
  font-size: 30px;
 }
 .learn-more {
  padding-block-start: 0;
 }
 .menubar {
  inline-size: 90%;
  left: -90%;
 }
 .menubar.active {
  left: 0;
 }
}
/*---------------------------New styles---------------------------*/
.custom-Main {
  color: #f5f7fa;
  background: radial-gradient(circle at 12% 8%, rgba(34, 199, 216, 0.10), transparent 20%), radial-gradient(circle at 88% 18%, rgba(34, 199, 216, 0.06), transparent 18%), linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px), #0b0d10;
  background-size: auto, auto, 46px 46px, 46px 46px, auto;
}
.custom-Main h1, .custom-Main h2, .custom-Main h3, .custom-Main h4, .custom-Main h5, .custom-Main h6 {
  color: #f5f7fa;
  font-weight: bold;
}
a { color: inherit; text-decoration: none; }
  img { max-width: 100%; display: block; }
  .container { max-width: 1400px; margin: 0 auto; padding: 0 24px; }

  .topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(14px);
    background: rgba(11,13,16,0.78);
    border-bottom: 1px solid ;
  }
  .topbar-inner {
    display: flex;
    align-items: center;
    padding: 16px 0;
    min-height: 74px;
  }
  .brand img { width: 172px; height: auto; }

  .hero {
    /* margin-top: 74px; */
    /* padding: 40px 0 24px;  */
    padding: 40px 0 24px;
    padding-top: 114px; 
  }
  .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* padding: 10px 14px; 
    /* border-radius: 999px; 
    /* background: rgba(34,199,216,0.12);
    /* border: 1px solid rgba(34,199,216,0.22); */
    color: #BADEE3;
    /* font-size: 12px; */
    font-size: 24px;
    color: #50B5CB;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  h1 {
    /* margin: 18px 0 0; */
    margin: 10px 0 0;
    /* font-size: 58px; */
    font-size: 40px;
    line-height: 0.95;
    letter-spacing: -0.04em;
    max-width: 1220px;
  }
  .lead {
    /* margin-top: 20px; */
    margin-top: 14px;
    max-width: 1220px;
    /* font-size: 20px; */
    font-size: 18px;
    line-height: 1.7;
    color: #c8d0d8;
  }

  .hero-visual {
    position: relative;
    margin-top: 24px;
    border-radius: 34px;
    /* border: 1px solid ; */
    padding: 14px;
    background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
    box-shadow: 0 30px 100px rgba(0,0,0,0.35);
  }
  .hero-shot {
    border-radius: 20px;
    /* border: 1px solid rgba(255,255,255,0.10); */
    background: #e8edf0;
    overflow: hidden;
  }
  .hero-shot img {
    width: 100%;
    height: auto; 
    /* border-radius: 10px;  */
  }

  .floating-note {
    position: absolute;
    /* right: 82px;
    bottom: 82px;
    width: 260px; */
    right: 2px;
    bottom: 180px;
    width: 335px;
    padding: 24px 22px;
    /* border-radius: 22px; */
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    background: rgba(11,13,16,0.28);
    /* border: 1px solid rgba(255,255,255,0.14); */
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 18px 50px rgba(0,0,0,0.20);
    background: radial-gradient(120% 120% at 25% 15%, rgba(255, 255, 255, 0.08), transparent 45%), linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)), rgb(20 30 33);
  }
  .floating-note strong {
    display: block;
    /* font-size: 23px; */
    font-size: 21px;
    margin-bottom: 10px;
    line-height: 1.16;
  }
  .floating-note span {
    color: #f2f7f8;
    /* font-size: 15px; */
    font-size: 16px;
    line-height: 1.65;
    color: #c8d0d8;
  }

  .hero-meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 20px;
  }
  .meta-card {
    /* border: 1px solid ; */
    background: rgba(255,255,255,0.045);
    border-radius: 24px;
    padding: 18px 18px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
  }
  .meta-card b { display: block; font-size: 21px; margin-bottom: 4px; }
  .meta-card span { color: #c8d0d8; /*font-size: 14px;*/font-size: 16px; line-height: 1.55; }

  section { padding: 44px 0; }
  #platform { padding-top: 28px; }
  #journey { padding-top: 34px; padding-bottom: 38px; }
  #system-view { padding-top: 42px; }
  #products, #insights, #contact { padding-top: 48px; }

  .section-head-full {
    width: 100%;
    margin-bottom: 22px;
  }
  .section-kicker {
    /* color: #BADEE3; */
    /* font-size: 12px; */
    font-size: 24px;
    color: #50B5CB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }
  h2 {
    margin: 10px 0 0;
    font-size: 40px;
    line-height: 1.08;
    letter-spacing: -0.03em;
  }
  .section-head-full p, .split-copy p {
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.75;
    color: #c8d0d8;
    max-width: none;
  }

  .cards-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 20px;
  }
  .card {
    /* border: 1px solid ; */
    background: rgba(255,255,255,0.045);
    border-radius: 30px;
    padding: 22px;
  }

  .card h3 { margin: 14px 0 0;   /* font-size: 26px; */ font-size: 21px; line-height: 1.14; letter-spacing: -0.02em; }
  .card p { margin-top: 12px; color: #c8d0d8; font-size: 16px; line-height: 1.7; }
  .card .small-kicker {
    /* color: #BADEE3; */
    color: #50B5CB;
    /* font-size: 12px; */
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
  }

  .journey-grid {
    display: grid;
    grid-template-columns: 0.9fr 2.1fr;
    gap: 22px;
    align-items: start;
  }
  .phase-list {
    display: grid;
    gap: 10px;
  }
  .phase {
    display: flex;
    gap: 14px;
    /* border: 1px solid ; */
    background: rgba(255,255,255,0.045);
    border-radius: 24px;
    padding: 14px 16px;
    min-height: 0;
  }
  .phase-num {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: rgba(34,199,216,0.12);
    border: 1px solid rgba(34,199,216,0.20);
    /* color: #BADEE3; */
    color: #50B5CB;
    font-weight: 700;
    /* font-size: 12px; */
    font-size: 24px;
  }
  .phase h3 {
    margin: 4px 0 0;
    font-size: 21px;
    line-height: 1.12;
    letter-spacing: -0.02em;
  }
  .phase p {
    margin-top: 8px;
    color: #c8d0d8;
    /* font-size: 14px; */
    font-size: 16px;
    line-height: 1.52;

  }
  .split-copy h2 {
    max-width: 420px;
  }
  .split-copy p {
    font-size: 18px;
    line-height: 1.8;
    max-width: 410px;
  }

  .platform-band {
    /* border: 1px solid ; */
    background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.03));
    border-radius: 34px;
    padding: 24px;
  }
  .platform-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 24px;
    align-items: center;
  }
  .platform-points { display: grid; gap: 14px; }
  .point {
    /* border: 1px solid rgba(255,255,255,0.08); */
    background: rgba(255,255,255,0.03);
    border-radius: 22px;
    padding: 18px 20px;
  }

  .point b { display: block;   /* font-size: 16px; */ font-size: 21px; margin-bottom: 6px; }
  .point span { color: #c8d0d8; /* font-size: 15px; */ font-size: 16px; line-height: 1.6; }

  .tag {
    display: inline-block;
    /* padding: 7px 12px; */
    border-radius: 999px;
    /* border: 1px solid rgba(255,255,255,0.10); */
    color: #c8d0d8;
    font-size: 12px;
    /* background: rgba(255,255,255,0.03); */
    color: #50B5CB;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
  }

  .story-grid {
    display: grid;
    grid-template-columns: 0.84fr 1.16fr;
    gap: 24px;
    align-items: start;
  }
  .insight-list { display: grid; gap: 14px; }
  .insight {
    /* border: 1px solid ; */
    background: rgba(255,255,255,0.045);
    border-radius: 26px;
    padding: 18px 20px;
  }

  .insight h3 { margin: 8px 0 0;  /* font-size: 24px; */ font-size: 21px; line-height: 1.2; letter-spacing: -0.02em; }
  .insight p { margin-top: 12px; color: #c8d0d8; font-size: 16px; line-height: 1.7; }

  .cta {
    /* border: 1px solid ; */
    background: linear-gradient(135deg, rgba(255,255,255,0.05), rgba(34,199,216,0.06));
    border-radius: 36px;
    padding: 30px;
  }
  .cta-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: end;
  }
  /* font-size: 19px; */
  .cta p { margin: 14px 0 0; color: #c8d0d8; font-size: 18px; line-height: 1.7; max-width: 760px; }

  .hero-actions-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 0;
    justify-content: flex-end;
  }

  .btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s ease;
  }
  .btn:hover { transform: translateY(-1px); }
  .btn-primary { background: #ffffff; color: #101317; }
  .btn-primary:hover { background: #50B5CB;; color: #ffffff; }

  footer { padding: 26px 0 40px; color: #93a1af; font-size: 13px; }
   .custom-footer {
    background: radial-gradient(circle at 12% 8%, rgba(34, 199, 216, 0.10), transparent 20%), radial-gradient(circle at 88% 18%, rgba(34, 199, 216, 0.06), transparent 18%), linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px), #0b0d10;
    background-size: auto, auto, 46px 46px, 46px 46px, auto;
    border: 1px solid rgba(34, 199, 216, 0.10);
  }

  @media (max-width: 1180px) {
    .journey-grid {
      grid-template-columns: 1fr 1.6fr;
    }
    .floating-note {
      right: 70px;
      bottom: 70px;
      width: 240px;
    }
  }

  @media (max-width: 1080px) {
    h1 { font-size: 50px; }
    h2 { font-size: 36px; }
    .journey-grid, .platform-grid, .story-grid, .cta-grid, .cards-3, .products, .hero-meta {
      grid-template-columns: 1fr;
    }
    .split-copy h2,
    .split-copy p {
      max-width: none;
    }
    .floating-note {
      width: auto;
      min-width: 0;
      max-width: 360px;
      right: 18px;
      bottom: 18px;
    }
  }

  @media (max-width: 700px) {
    .container { padding: 0 18px; }
    .topbar-inner { padding: 14px 0; min-height: 64px; }
    .brand img { width: 150px; }
    h1 { font-size: 42px; }
    .lead, .section-head-full p, .split-copy p, .cta p { font-size: 17px; }
    .floating-note {
      position: static;
      margin-top: 14px;
      width: auto;
      max-width: none;
      padding: 18px 18px;
    }
    .floating-note strong {
      font-size: 20px;
    }
    .hero-actions-inline {
      justify-content: flex-start;
    }
  }
  .insight-list-header {
       /* font-size: 24px; */
    font-size: 21px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 6px;
  }